gpio: omap: Pass correct argument to _get_gpio_direction()
authorAxel Lin <[email protected]>
Sat, 31 Jan 2015 14:23:38 +0000 (22:23 +0800)
committerSimon Glass <[email protected]>
Thu, 12 Feb 2015 17:35:29 +0000 (10:35 -0700)
commit26c0472cb07bc23e21fc8148565f7f2be746a8a0
tree39ca9485ab907388e0f1c1c39948e381ac7502dc
parentd895821f4c3c21f034780814cb73842b7219c4f2
gpio: omap: Pass correct argument to _get_gpio_direction()

Pass bank rather than bank->base to _get_gpio_direction().

Signed-off-by: Axel Lin <[email protected]>
Acked-by: Simon Glass <[email protected]>
drivers/gpio/omap_gpio.c